Package com.cisco.pt.ipc.ui.impl
Class AdministrativeDialogImpl
java.lang.Object
com.cisco.pt.ipc.impl.IPCObjectImpl
com.cisco.pt.ipc.ui.impl.AdministrativeDialogImpl
- All Implemented Interfaces:
IPCObject,AdministrativeDialog
Information provided by the PKI file:
\class AdministrativeDialog
\brief AdministrativeDialog serves as a frontend to Options class.
\details This dialog serves as a frontend to the Options class.
To manipulate the options, use the Options class.
\example appWindow().getAdminDialog()
- Author:
- Auto-generated
-
Field Summary
Fields inherited from class com.cisco.pt.ipc.impl.IPCObjectImpl
accessMessage, ipcFactory, packetTracerSession -
Constructor Summary
ConstructorsConstructorDescriptionAdministrativeDialogImpl(IPCFactory ipcFactory, PacketTracerSession packetTracerSession, IPCMessageLTV accessMessage) -
Method Summary
Modifier and TypeMethodDescriptionvoidsetDisabled(boolean bDisabled) Information provided by the PKI file:voidsetVisible(boolean bVisible) Information provided by the PKI file:voidsetWidgetDisable(String name, boolean bVisible) Information provided by the PKI file:voidsetWidgetVisible(String name, boolean bVisible) Information provided by the PKI file:Methods inherited from class com.cisco.pt.ipc.impl.IPCObjectImpl
getAccessMessage, getClassName, getFactory, getObjectUUID, getPacketTracerSession, sendMessage, sendMessageWithReturn, translateToCommandStatusStringPairMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.cisco.pt.ipc.IPCObject
getAccessMessage, getClassName, getFactory, getObjectUUID, getPacketTracerSession
-
Constructor Details
-
AdministrativeDialogImpl
public AdministrativeDialogImpl(IPCFactory ipcFactory, PacketTracerSession packetTracerSession, IPCMessageLTV accessMessage)
-
-
Method Details
-
setVisible
public void setVisible(boolean bVisible) Information provided by the PKI file:
\brief Shows or hides the AdministrativeDialog widget from view. \param bVisible, true shows the AdministrativeDialog widget, false hides it.- Specified by:
setVisiblein interfaceAdministrativeDialog- Parameters:
bVisible- Takes in a parameter of bVisible
-
setWidgetVisible
Information provided by the PKI file:
\brief Shows or hides the specified AdministrativeDialog child widget. \param name, where name is one of the following: AnimationGBox, ShowLinkLightsCB, SoundGBox, TelephonySoundGBox, iTbShowDeviceModelCkBox, HideQoSStampCB, HideDeviceLabelGBox, DontShowPortsCB, ShowPortsCB, EnableCableLengthsCB, iTbDisableAutoCableCkBox, UseCliDefaultTab, LogEnableCB, LogExportBtn, iTbLangListWidget, ChangeLangBtn, aTbPasswordEdit, aTbConfirmEdit, SetPasswordBtn, DisablePasswordBtn, aTbIntLockingGroupBox, aTbWriteButton, aTbBrowseButton, PhyiscalGBox, hTbHideConfigCkBox, CLIGBox, DesktopGBox, GUIGBox, GUIHTMLGBox, HTMLGBox, ApplyBtn, ResetBtn, mTbSimBufferFullGroupBox, mTbBufferFilteredEventsOnlyCkBox, mTbEnableScreenReaderCkBox, ShowDevTaskBar \param bVisible, true shows the child widget, false hides it.- Specified by:
setWidgetVisiblein interfaceAdministrativeDialog- Parameters:
name- Takes in a parameter of namebVisible- Takes in a parameter of bVisible
-
setDisabled
public void setDisabled(boolean bDisabled) Information provided by the PKI file:
\brief Enables or disables input events to the AdministrativeDialog widget. \param bDisabled, true disables the widget, false enables it.- Specified by:
setDisabledin interfaceAdministrativeDialog- Parameters:
bDisabled- Takes in a parameter of bDisabled
-
setWidgetDisable
Information provided by the PKI file:
\brief Enables or disables the specified AdministrativeDialog child widget. \param name, where name is one of the following: AnimationGBox, ShowLinkLightsCB, SoundGBox, TelephonySoundGBox, iTbShowDeviceModelCkBox, HideQoSStampCB, HideDeviceLabelGBox, DontShowPortsCB, ShowPortsCB, EnableCableLengthsCB, iTbDisableAutoCableCkBox, UseCliDefaultTab, LogEnableCB, LogExportBtn, iTbLangListWidget, ChangeLangBtn, aTbPasswordEdit, aTbConfirmEdit, SetPasswordBtn, DisablePasswordBtn, aTbIntLockingGroupBox, aTbWriteButton, aTbBrowseButton, PhyiscalGBox, hTbHideConfigCkBox, CLIGBox, DesktopGBox, GUIGBox, GUIHTMLGBox, HTMLGBox, ApplyBtn, ResetBtn, mTbSimBufferFullGroupBox, mTbBufferFilteredEventsOnlyCkBox, mTbEnableScreenReaderCkBox, ShowDevTaskBar \param bVisible, true shows the child widget, false hides it.- Specified by:
setWidgetDisablein interfaceAdministrativeDialog- Parameters:
name- Takes in a parameter of namebVisible- Takes in a parameter of bVisible
-